home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2002 January
/
maximum-cd-2002-01.iso
/
Files
/
Mechwarrior 4 Mapping
/
MW4Editor.exe
/
content
/
ABLScripts
/
StockScripts
/
Stock_StealBacon.ABL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-16
|
405 b
|
32 lines
fsm StockStealTheBacon : integer;
const
#include_ <content\ABLScripts\mwconst.abi>
type
#include_ <content\ABLScripts\mwtype.abi>
function init;
code
SetupScoring_STB;
TeamSetNav(0,ena_The_Hill);
endfunction;
state startState;
code
revealnavpoint(ena_Nav_Center);
revealnavpoint(ena_The_Hill);
endstate;
state deadState;
code
endstate;
endfsm.